home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / Commodities / Yak / Source / WBStartup / Include / LastActiveWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-18  |  204 b   |  6 lines

  1. /* Prototypes for functions defined in LastActiveWindow.c */
  2. void RememberActiveWindow( struct Window *win );
  3. struct Window *LastActiveWindow(struct Screen *CurrentScreen);
  4. void ScreenDepthGadget(void);
  5.  
  6.